net/http.http2responseWriterState.handlerDone (field)
9 uses
net/http (current package)
h2_bundle.go#L6376: handlerDone bool // handler has finished
h2_bundle.go#L6435: if rws.handlerDone {
h2_bundle.go#L6452: if !hasContentLength && clen == "" && rws.handlerDone && http2bodyAllowedForStatus(rws.status) && (len(p) > 0 || !isHeadResp) {
h2_bundle.go#L6486: endStream := (rws.handlerDone && !rws.hasTrailers() && len(p) == 0) || isHeadResp
h2_bundle.go#L6507: if len(p) == 0 && !rws.handlerDone {
h2_bundle.go#L6514: endStream := rws.handlerDone && !hasNonemptyTrailers
h2_bundle.go#L6523: if rws.handlerDone && hasNonemptyTrailers {
h2_bundle.go#L6752: endStream: rws.handlerDone && !rws.hasTrailers(),
h2_bundle.go#L6821: rws.handlerDone = true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |